comparison asxparser.c @ 34897:9f5d0eade1bd

Reduce code duplication in get_path. Also avoid using a pointer to an on-stack array outside the array's scope, a compiler might use its stack area for other variables or it might optimize away all code modifying it right before it leaves the scope, thus completely breaking the code.
author reimar
date Sat, 02 Jun 2012 17:59:01 +0000
parents b39155e98ac3
children 389d43c448b3
comparison
equal deleted inserted replaced
34896:139743f7e085 34897:9f5d0eade1bd