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

version 1.65, 2012/12/18 13:19:38 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.65  
changed lines
  Added in v.1.67


CVSweb interface <joel.bertrand@systella.fr>