Bringing over fix [r11766] from 1.3 current to the porting branch.

Doc fix: fixes STR#3312.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2016-07-20 00:50:36 +00:00
parent f375b6098f
commit 1b238e52cd

View File

@ -328,7 +328,7 @@ public:
int outputfile(const char *file, int start, int end, int buflen = 128*1024);
/**
Saves a text file from the current buffer
Saves a text file from the current buffer.
Returns
- 0 on success
- non-zero on error (strerror() contains reason)
@ -628,7 +628,7 @@ public:
/**
Search backwards in buffer for string \p searchString, starting with
the character \e before \p startPos, returning the result in \p foundPos.
the character \e at \p startPos, returning the result in \p foundPos.
Returns 1 if found, 0 if not.
\param startPos byte offset to start position