line 908 set i=0

This commit is contained in:
h_vogt 2009-02-12 19:05:43 +00:00
parent 9b5c583f30
commit 051a765488
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2009-02-12 Holger Vogt
* device.c:908 remove bug: reset i to 0
2009-02-10 Holger Vogt
* windisp.c, X11.c, postcom.c
'destroy plot1' now deletes all graphs (plot windows)

View File

@ -905,6 +905,7 @@ com_alter_common(wordlist *wl, int do_model)
while(wl){
argument = wl->wl_word;
/* searching for '=' ... */
i = 0;
while(argument[i]!='=' && argument[i]!='\0'){
i++;
}