Ignore:
Timestamp:
Jan 1, 2001, 4:30:29 PM (25 years ago)
Author:
umoeller
Message:

Tons of updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/stringh.c

    r14 r18  
    11181118 *      and, if pszCopyTo != NULL, copies the rest of the line to
    11191119 *      that buffer, of which cbCopyTo specified the size.
     1120 *
    11201121 *      If the key is not found, NULL is returned.
    11211122 *      String search is done by calling strhFindKey.
    11221123 *      This is useful for querying CONFIG.SYS settings.
    11231124 *
    1124  *      <B>Example:</B> this would return "YES" if you searched
    1125  *      for "PAUSEONERROR=", and "PAUSEONERROR=YES" existed in pszSearchIn.
     1125 *      <B>Example:</B>
     1126 *
     1127 *      this would return "YES" if you searched for "PAUSEONERROR=",
     1128 *      and "PAUSEONERROR=YES" existed in pszSearchIn.
    11261129 */
    11271130
Note: See TracChangeset for help on using the changeset viewer.