Diff for /rpl/src/instructions_v1.c between versions 1.31 and 1.32

version 1.31, 2011/08/09 11:31:35 version 1.32, 2011/08/30 14:19:28
Line 909  instruction_version(struct_processus *s_ Line 909  instruction_version(struct_processus *s_
         return;          return;
     }      }
   
     sprintf(tampon, "%d BITS ABI", sizeof(void *) * 8);      sprintf(tampon, "%zu BITS ABI", sizeof(void *) * 8);
   
     if (((*(*l_element_courant).donnee).objet = malloc((strlen(tampon) + 1 )      if (((*(*l_element_courant).donnee).objet = malloc((strlen(tampon) + 1 )
             * sizeof(unsigned char))) == NULL)              * sizeof(unsigned char))) == NULL)

Removed from v.1.31  
changed lines
  Added in v.1.32


CVSweb interface <joel.bertrand@systella.fr>