comparison scripts/plot/fill.m @ 17405:3f0ed69d21c6

Replace unnecessary instances of strncmp with strcmp. * scripts/optimization/optimget.m, scripts/plot/__gnuplot_drawnow__.m, scripts/plot/fill.m, scripts/plot/private/__go_draw_axes__.m, scripts/plot/private/__pie__.m, scripts/plot/private/__print_parse_opts__.m, scripts/plot/private/__quiver__.m, scripts/plot/private/__tight_eps_bbox__.m, scripts/plot/stairs.m, scripts/plot/uigetfile.m, scripts/strings/strsplit.m, scripts/strings/validatestring.m: Replace unnecessary instances of strncmp with strcmp.
author Rik <rik@octave.org>
date Tue, 10 Sep 2013 18:31:39 -0700
parents 68bcac3c043a
children
comparison
equal deleted inserted replaced
17404:5e552cd9315a 17405:3f0ed69d21c6
92 print_usage (); 92 print_usage ();
93 endif 93 endif
94 hlist(end + 1, 1) = htmp; 94 hlist(end + 1, 1) = htmp;
95 endfor 95 endfor
96 96
97 if (strncmp (old_nxtplt, "replace", 7)) 97 if (strcmp (old_nxtplt, "replace"))
98 set (hax, "nextplot", old_nxtplt); 98 set (hax, "nextplot", old_nxtplt);
99 endif 99 endif
100 100
101 unwind_protect_cleanup 101 unwind_protect_cleanup
102 if (! isempty (oldfig)) 102 if (! isempty (oldfig))