comparison scripts/plot/util/print.m @ 21578:683a1beee538

maint: Use "FIXME:" for all code blocks needing further attention. * files-dock-widget.cc, file-editor-tab.cc, file-editor-tab.h, file-editor.cc, octave-qscintilla.cc, octave-qt-link.cc, __ilu__.cc, debug.h, oct-stream.cc, pt-jit.cc, __magick_read__.cc, ov-classdef.cc, pt-stmt.cc, oct-sort.cc, inputParser.m, validateattributes.m, fminunc.m, fsolve.m, fzero.m, __scatter__.m, print.m: Use "FIXME:" for all code blocks needing further attention.
author Rik <rik@octave.org>
date Fri, 01 Apr 2016 14:55:13 -0700
parents 5b9618f4f841
children b571fc85953f
comparison
equal deleted inserted replaced
21577:31823239207e 21578:683a1beee538
741 status = fclose (fid); 741 status = fclose (fid);
742 if (status != 0) 742 if (status != 0)
743 error ("print:errorclosingfile", 743 error ("print:errorclosingfile",
744 "print.m: error closing file '%s'", latexfile); 744 "print.m: error closing file '%s'", latexfile);
745 endif 745 endif
746 ## TODO - should this be fixed in GL2PS? 746 ## FIXME: should this be fixed in GL2PS?
747 latex = strrep (latex, "\\includegraphics{}", 747 latex = strrep (latex, "\\includegraphics{}",
748 sprintf ("\\includegraphics{%s}", graphicsfile)); 748 sprintf ("\\includegraphics{%s}", graphicsfile));
749 else 749 else
750 error ("print:erroropeningfile", 750 error ("print:erroropeningfile",
751 "print.m: error opening file '%s'", latexfile); 751 "print.m: error opening file '%s'", latexfile);