Diff for /rpl/src/instructions_r4.c between versions 1.74 and 1.75

version 1.74, 2013/03/15 11:37:26 version 1.75, 2013/03/18 10:32:41
Line 1051  instruction_read(struct_processus *s_eta Line 1051  instruction_read(struct_processus *s_eta
                  * Fichiers séquentiels                   * Fichiers séquentiels
                  */                   */
   
                 longueur_questure = 256;                  longueur_questure = 4096;
   
                 if ((tampon_lecture = malloc(longueur_questure *                  if ((tampon_lecture = malloc(longueur_questure *
                         sizeof(unsigned char))) == NULL)                          sizeof(unsigned char))) == NULL)

Removed from v.1.74  
changed lines
  Added in v.1.75


CVSweb interface <joel.bertrand@systella.fr>