# HG changeset patch # User jwe # Date 1189058114 0 # Node ID f7bc1c20800ec43d198cdb40b8b1245e187b89cc # Parent c40c71200c65ec16547a8d0ddbf67b29c30b466a [project @ 2007-09-06 05:55:14 by jwe] diff --git a/scripts/plot/drawnow.m b/scripts/plot/drawnow.m --- a/scripts/plot/drawnow.m +++ b/scripts/plot/drawnow.m @@ -125,7 +125,7 @@ endif ## If no 'h' (why not?) then open the terminal as Figure 0. - if isempty (h) + if (isempty (h)) h = 0; endif