Changes between Initial Version and Version 1 of Ticket #3666, comment 92


Ignore:
Timestamp:
11/02/16 20:56:10 (7 years ago)
Author:
egmont
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3666, comment 92

    initial v1  
    55Nope, at least not with bare C strings (char[] vs. char*). You could go with higher level solutions such as GString, in which case you wouldn't need to pass the length separately. Not sure how much mc uses this or not. 
    66 
    7 As long as the pointer and the length are passed separately, it's reasonable to do the assertion on the length only. 
     7As long as the pointer and the length are passed separately, it's reasonable to do the assertion on the `length' parameter only. 
    88 
    99Replying to [comment:91 andrew_b]: