openbor_strleft() should not be mallocing such a small pointer. This will cause memory fragmentation, use arrays instead since this is a small variable on the stack.
Authored by: sumolx 2010-05-03
Parent: [r2750]
Child: [r2752]