Diff for /rpl/src/instructions_r4.c between versions 1.66 and 1.67

version 1.66, 2012/12/19 09:58:26 version 1.67, 2012/12/20 15:32:52
Line 1789  instruction_read(struct_processus *s_eta Line 1789  instruction_read(struct_processus *s_eta
                             return;                              return;
                         }                          }
                     }                      }
   
                 } while(ios != SQLITE_DONE);                  } while(ios != SQLITE_DONE);
   
                 if (sqlite3_finalize(ppStmt) != SQLITE_OK)                  if (sqlite3_finalize(ppStmt) != SQLITE_OK)

Removed from v.1.66  
changed lines
  Added in v.1.67


CVSweb interface <joel.bertrand@systella.fr>