Mercurial > hg > octave-lyh
comparison src/oct-hist.cc @ 637:ae87e84f1be3
[project @ 1994-08-23 21:21:45 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 1994 21:22:05 +0000 |
parents | bc813f5eb025 |
children | 746227103e6a |
comparison
equal
deleted
inserted
replaced
636:fae2bd91c027 | 637:ae87e84f1be3 |
---|---|
488 hist_end = hist_beg; | 488 hist_end = hist_beg; |
489 hist_beg = t; | 489 hist_beg = t; |
490 reverse = 1; | 490 reverse = 1; |
491 } | 491 } |
492 | 492 |
493 char *name = tmpnam (0); | 493 char *name = octave_tmp_file_name (0); |
494 | 494 |
495 fstream file (name, ios::out); | 495 fstream file (name, ios::out); |
496 | 496 |
497 if (! file) | 497 if (! file) |
498 { | 498 { |