comparison src/load-save.cc @ 12483:7a5aacf65f81

Rewrite error strings in src/ to use variables named in documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Feb 2011 17:28:11 -0800
parents becaa4b96728
children f96b9b9f141b
comparison
equal deleted inserted replaced
12482:3244c6e0af4a 12483:7a5aacf65f81
853 argv, i, argc, nargout); 853 argv, i, argc, nargout);
854 854
855 file.close (); 855 file.close ();
856 } 856 }
857 else 857 else
858 error ("load: unable open input file `%s'", 858 error ("load: unable to open input file `%s'",
859 orig_fname.c_str ()); 859 orig_fname.c_str ());
860 } 860 }
861 } 861 }
862 } 862 }
863 863