diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-24 00:20:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-24 00:20:46 -0700 |
commit | 7ea334385cb123772e86341148b32ac0a1783741 (patch) | |
tree | cafca51b48f41ff9d6df3602e592e24caac0a186 /ChangeLog | |
parent | b8e732a4094e285d6d178db79ced226816a4f3f1 (diff) | |
download | txr-7ea334385cb123772e86341148b32ac0a1783741.tar.gz txr-7ea334385cb123772e86341148b32ac0a1783741.tar.bz2 txr-7ea334385cb123772e86341148b32ac0a1783741.zip |
* lib.c (search_str): If start_num is nil, default it to zero.
This is needed for this to work right as an optional argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-03-24 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (search_str): If start_num is nil, default it to zero. + This is needed for this to work right as an optional argument. + 2012-03-23 Kaz Kylheku <kaz@kylheku.com> Version 62 |