Changeset 274

Show
Ignore:
Timestamp:
06/26/08 06:20:01 (4 months ago)
Author:
mattn
Message:

* fixed warnings and fixed clips counter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/libs/picomodel/lwo/lwob.c

    r183 r274  
    7171   clip->gamma.val = 1.0f; 
    7272 
    73    if ( p = strstr( s, "(sequence)" )) { 
     73   if ( (p = strstr( s, "(sequence)" )) != NULL ) { 
    7474      p[ -1 ] = 0; 
    7575      clip->type = ID_ISEQ; 
     
    8282   } 
    8383 
    84    *nclips++; 
     84   (*nclips)++; 
    8585   clip->index = *nclips; 
    8686