# HG changeset patch # User jwe # Date 1155573993 0 # Node ID bf4241378994e9e0143222f4248dd3ceb9855c8d # Parent ceaf10a4743ca5178cc111e24c71e271f1ef662c [project @ 2006-08-14 16:46:32 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -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 --git a/scripts/strings/str2double.m b/scripts/strings/str2double.m --- a/scripts/strings/str2double.m +++ b/scripts/strings/str2double.m @@ -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 = [];