Talk:Trimming (computer programming): Difference between revisions

Content deleted Content added
Nevyn (talk | contribs)
SEGV explanation
Line 12:
last[1] = 0;
</source>
 
:::: Alex, this is with strings that don't need trimming? Yeh, last should have been initialized with ret before the loop. I'm fine with just dropping the code though, if it wasn't just a line count thing. [[User:Nevyn|James Antill]] 16:03, 6 November 2007 (UTC)
 
----