JSwiff
flash movies the java way
JSwiff Forum
  Search   Recent Topics     Member Listing    Back to home page 
Register / 
Login 
getTagName in TagConstants  
Forum Index -> Bugs
Author Message
Jim



Joined: Aug 15, 2005
Messages: 34
Location: China
Offline

hi Ralf,

in TagConstants.getTagName your code is:

case DEFINE_BITS_JPEG_2:
result = "DefineBitsJPEG2";
break;
case DEFINE_BITS_JPEG_3:
result = "DefineBitsJPEG2";
break;

I think,
case DEFINE_BITS_JPEG_2:
result = "DefineBitsJPEG2";
break;
case DEFINE_BITS_JPEG_3:
result = "DefineBitsJPEG3";
break;
is the better.

Ralf



Joined: Jul 20, 2005
Messages: 127
Location: Germany
Offline

I guess you're right - thanks a lot.
I fixed it in the repository and started the nightly build manually.
 
  Forum Index -> Bugs
Go to:   
Legal notes
Powered by JForum 2.1.4 © 2005 - Rafael Steil