From: Ben Pfaff Date: Sat, 11 Sep 2010 04:07:00 +0000 (-0700) Subject: str: Make ss_alloc_substring() allocate null-terminated strings. X-Git-Tag: sav-api~21 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131ca96f8e1b8675e80b37ad6cedca1b21b87e87;hp=131ca96f8e1b8675e80b37ad6cedca1b21b87e87;p=pspp str: Make ss_alloc_substring() allocate null-terminated strings. This has little cost and it is occasionally valuable. ---