It is however a bit hard to test, as i couldn't find a way to force this execution path, it's indeed sort of random.edit: Perhaps surround capt_seq_hook_raw_here with STR R0,[SP,#-4]! and LDR R0,[SP],#4 ?P.S. It shouldn't be called a bug though, as it lives in any CHDK cam. Rather a pet. Or a feature, if you like.
ubasic.c: In function `factor':ubasic.c:182: warning: 'r' might be used uninitialized in this function
int r;
int r = 0;
Last night September 2, 2008, I downloaded the Allgood Build for the A720. When I opened the zip file, there was only one file zipped into it. This will not work.No matter where I have found the zip file, the *.fir file is missing.
p.s. if I remember exactly, Allbest in russian forum tested a630 with the same CHDK modification, and it did not work...
Quote from: ewavr on 26 / August / 2008, 02:26:35p.s. if I remember exactly, Allbest in russian forum tested a630 with the same CHDK modification, and it did not work...Hi ewavr,any luck to have this bug fixed?
No progress...But I can make another test build (for which camera?).
powershot a630
Test version.
The bug is fixed.I have done 3 times the test (pressing the shutter button quickly) and nowthe raw files is saved.
@title IF01x=0t=1if x>0 then if t>0 then A=2 print "FALSE" goto "xyz"endifprint "TRUE":xyzend
@title IF02x=0t=1if x>0 then if t>0 then A=2 endif print "FALSE" goto "xyz"endifprint "TRUE":xyzend
@title IF03x=0t=1if x>0 then print "dummy" if t>0 then A=2 print "FALSE" goto "xyz"endifprint "TRUE":xyzend
@title IF04x=0t=1if x>0 then print "dummy" if t>0 then A=2 endif print "FALSE" goto "xyz"endifprint "TRUE":xyzend
@title IF05x=0t=1if x=0 then if t>0 then A=2 print "TRUE" goto "xyz"endifprint "FALSE":xyzend
@title IF06x=0t=1if x=0 then if t>0 then A=2 endif print "TRUE" goto "xyz"endifprint "FALSE":xyzend
@title IF07x=0t=1if x=0 then print "dummy" if t>0 then A=2 print "TRUE" goto "xyz"endifprint "FALSE":xyzend
@title IF08x=0t=1if x=0 then print "dummy" if t>0 then A=2 endif print "TRUE" goto "xyz"endifprint "FALSE":xyzend