diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-17 11:31:09 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-17 11:31:09 +0000 |
| commit | 6a726f5087b3cfaa939ece41ec66c700ea96e53d (patch) | |
| tree | a38dfa2a73aa81686bba71b1e1e36b39d187e00b /src/flstring.c | |
| parent | 8b3472fa1fab96394445703477d07244ebe71b05 (diff) | |
Fix redraw area for focus box on buttons with no box.
Typo in comments for new string functions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2241 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/flstring.c')
| -rw-r--r-- | src/flstring.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flstring.c b/src/flstring.c index d456e391e..72f089760 100644 --- a/src/flstring.c +++ b/src/flstring.c @@ -1,5 +1,5 @@ /* - * "$Id: flstring.c,v 1.1.2.1 2002/05/16 12:47:43 easysw Exp $" + * "$Id: flstring.c,v 1.1.2.2 2002/05/17 11:31:09 easysw Exp $" * * BSD string functions for the Fast Light Tool Kit (FLTK). * @@ -68,7 +68,7 @@ fl_strlcat(char *dst, /* O - Destination string */ # if !HAVE_STRLCPY /* - * 'fl_strlcat()' - Safely copy two strings. + * 'fl_strlcpy()' - Safely copy two strings. */ size_t /* O - Length of string */ @@ -101,5 +101,5 @@ fl_strlcpy(char *dst, /* O - Destination string */ /* - * End of "$Id: flstring.c,v 1.1.2.1 2002/05/16 12:47:43 easysw Exp $". + * End of "$Id: flstring.c,v 1.1.2.2 2002/05/17 11:31:09 easysw Exp $". */ |
