Mon 09 May 2011 02:33:27 AM UTC, original submission:
++++++++++++++++++++++++++++++++++++++
Space character missing before is
libcore/asobj/Sound_as.cpp:992 libcore/asobj/Sound_as.cpp:1047
Export '%s'is not a sound
to
Export '%s' is not a sound
++++++++++++++++++++++++++++++++++++++
Unnecessary double-space before args
libcore/asobj/MovieClip_as.cpp:1775
%s.beginGradientFill(%s): one or more of the args from 2nd to 5th don't cast to objects
to
%s.beginGradientFill(%s): one or more of the args from 2nd to 5th don't cast to objects
++++++++++++++++++++++++++++++++++++++
Space character missing after comma
libcore/MovieClip.cpp:1098
Target frame of a gotoFrame(%d) was never loaded,although frame count in header (%d) said we should have found it
to
Target frame of a gotoFrame(%d) was never loaded, although frame count in header (%d) said we should have found it
++++++++++++++++++++++++++++++++++++++
Space character missing after comma
libcore/MovieClip.cpp:1139
Target frame of a gotoFrame(%d) was never loaded,although frame count in header (%d) said we should have found it
to
Target frame of a gotoFrame(%d) was never loaded, although frame count in header (%d) said we should have found it
++++++++++++++++++++++++++++++++++++++
unmatched parenthesis after loaded (unsure how to fix)
libcore/MovieClip.cpp:1130
GotoFrame(%d) targets a yet to be loaded frame (%d) loaded). We'll wait for it but a more correct form is explicitly using WaitForFrame instead
possibly to
GotoFrame(%d) targets a yet to be loaded frame (%d) loaded. We'll wait for it but a more correct form is explicitly using WaitForFrame instead
++++++++++++++++++++++++++++++++++++++
remove space character before question mark
libcore/movie_root.cpp:723
ActionLimits hit during mouse event processing: %s. Disable scripts ?
to
ActionLimits hit during mouse event processing: %s. Disable scripts?
++++++++++++++++++++++++++++++++++++++
remove singlequote
gui/fb/fb.cpp:213
Free'ing offscreen buffer
to
Freeing offscreen buffer
or Releasing offscreen buffer
++++++++++++++++++++++++++++++++++++++
unmatched parenthesis before expected (unsure how to fix)
libcore/swf/tag_loaders.cpp:168
DEFINESOUNDLOADER: sound sample rate %d (expected 0 to %u
possibly to
DEFINESOUNDLOADER: sound sample rate %d (expected 0 to %u)
++++++++++++++++++++++++++++++++++++++
Correct spelling error in "character"
libcore/swf/DefineButtonTag.cpp:89
DefineButton loader: chararacter id = %d
to
DefineButton loader: character id = %d
++++++++++++++++++++++++++++++++++++++
|