Changeset 1406


Ignore:
Timestamp:
11/10/11 21:27:32 (20 months ago)
Author:
philmoz
Message:

Fix for ubasic crash bug from tsvstar:
http://chdk.setepontos.com/index.php?topic=650.msg75701#msg75701

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/ubasic/tokenizer.c

    r1348 r1406  
    281281    return TOKENIZER_ENDOFINPUT; 
    282282  } 
     283 
     284  // UnknStatement should have size, otherwise hanging-up in ubasic.c possible for some cases 
     285  nextptr = ptr + 1;     
    283286   
    284287  if(isdigit(*ptr)) { 
     
    347350  } 
    348351 
    349    
    350352  return TOKENIZER_ERROR; 
    351353} 
Note: See TracChangeset for help on using the changeset viewer.