[SVN] r9135

Allan Odgaard throw-away-2 at macromates.com
Sun Mar 16 19:45:30 UTC 2008


• use a stack allocated buffer — this avoids worrying over malloc() failing and freeing the buffer again (which wasn’t done)
• use do { … } while(…); to avoid duplicated code

Changed:
U   trunk/Review/Tools/tmread/src/buffer.c



More information about the textmate-dev mailing list