Changeset 2030


Ignore:
Timestamp:
Jun 19, 2008 1:49:20 PM (16 years ago)
Author:
bennylp
Message:

Clarified in the pj_create_random_string() comment that the output string is not NULL terminated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/string.h

    r1757 r2030  
    525525 
    526526/** 
    527  * Initialize the buffer with some random string. 
     527 * Initialize the buffer with some random string. Note that the  
     528 * generated string is not NULL terminated. 
    528529 * 
    529530 * @param str       the string to store the result. 
Note: See TracChangeset for help on using the changeset viewer.