# HG changeset patch # User jwe # Date 1155573993 0 # Node ID bf4241378994e9e0143222f4248dd3ceb9855c8d # Parent ceaf10a4743ca5178cc111e24c71e271f1ef662c [project @ 2006-08-14 16:46:32 by jwe] diff -r ceaf10a4743c -r bf4241378994 scripts/ChangeLog --- a/scripts/ChangeLog Mon Aug 14 16:42:03 2006 +0000 +++ b/scripts/ChangeLog Mon Aug 14 16:46:33 2006 +0000 @@ -1,3 +1,7 @@ +2006-08-14 John W. Eaton + + * strings/str2double.m: Fix missing semicolon. + 2006-07-27 Jim Peterson * plot/plot3.m: Accept one complex or one real and one complex diff -r ceaf10a4743c -r bf4241378994 scripts/strings/str2double.m --- a/scripts/strings/str2double.m Mon Aug 14 16:42:03 2006 +0000 +++ b/scripts/strings/str2double.m Mon Aug 14 16:46:33 2006 +0000 @@ -195,7 +195,7 @@ ix = 1; ## while (ix < sl) & any(abs(s(ix))==[rdelim,cdelim]), while (ix < sl && CD(ix)) - ix++ + ix++; endwhile ta = ix; te = [];