comparison libinterp/dldfcn/__magick_read__.cc @ 20941:a4f5da7c5463

maint: Replace "octave_value_list ()" with "ovl ()". * debug.cc, det.cc, ellipj.cc, error.cc, file-io.cc, graphics.cc, hess.cc, input.cc, inv.cc, load-path.cc, lu.cc, octave-link.cc, pager.cc, pinv.cc, pr-output.cc, profiler.cc, schur.cc, symtab.cc, sysdep.cc, urlwrite.cc, variables.cc, __magick_read__.cc, audioread.cc, chol.cc, ov-classdef.h, ov-cs-list.cc, ov-flt-re-mat.cc, ov-re-mat.cc, ov-usr-fcn.cc: maint: Replace "octave_value_list ()" with "ovl ()".
author Rik <rik@octave.org>
date Fri, 18 Dec 2015 16:18:41 -0800
parents b17fda023ca6
children e8f2e134ee57
comparison
equal deleted inserted replaced
20940:48b2ad5ee801 20941:a4f5da7c5463
1535 1535
1536 #undef COMPRESS_MAGICK_IMAGE_VECTOR 1536 #undef COMPRESS_MAGICK_IMAGE_VECTOR
1537 1537
1538 write_file (filename, ext, imvec); 1538 write_file (filename, ext, imvec);
1539 1539
1540 return octave_value_list (); 1540 return ovl ();
1541 1541
1542 #else 1542 #else
1543 gripe_disabled_feature ("imwrite", "Image IO"); 1543 gripe_disabled_feature ("imwrite", "Image IO");
1544 #endif 1544 #endif
1545 } 1545 }