Project

General

Profile

« Previous | Next » 

Revision f96fb145

Added by skyjake about 12 years ago

Fixed: ddstring memory allocation in Str_Copy()

The allocateString() function is responsible for properly allocating
memory for ddstring. Replaced the manual allocation in Str_Copy()
with a call to allocateString(), so that the "size" member properly
contains space for a terminating null.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences