Mercurial > hg > octave-nkf
comparison src/load-save.cc @ 4691:bdc51b369a78
[project @ 2004-01-10 18:16:02 by jwe]
author | jwe |
---|---|
date | Sat, 10 Jan 2004 18:16:03 +0000 |
parents | e95c86d48732 |
children | 14dc2267c343 |
comparison
equal
deleted
inserted
replaced
4690:b6dc2aad574a | 4691:bdc51b369a78 |
---|---|
611 // user preference variable since we can determine the type of file | 611 // user preference variable since we can determine the type of file |
612 // as we are reading. | 612 // as we are reading. |
613 | 613 |
614 load_save_format format = LS_UNKNOWN; | 614 load_save_format format = LS_UNKNOWN; |
615 | 615 |
616 bool force = false; | 616 bool force = true; |
617 bool list_only = false; | 617 bool list_only = false; |
618 bool verbose = false; | 618 bool verbose = false; |
619 | 619 |
620 int i; | 620 int i; |
621 for (i = 1; i < argc; i++) | 621 for (i = 1; i < argc; i++) |