comparison .gitignore @ 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 5660f163ea79
children f2b81cd25817
comparison
equal deleted inserted replaced
34896:139743f7e085 34897:9f5d0eade1bd