]> git.sesse.net Git - vlc/commit
win32 crash report: simplify crashdump_path usage
authorRafaël Carré <funman@videolan.org>
Wed, 16 Nov 2011 17:15:49 +0000 (12:15 -0500)
committerRafaël Carré <funman@videolan.org>
Wed, 16 Nov 2011 17:15:49 +0000 (12:15 -0500)
commit5b3e912db1aa25ec9a7e66947d9c8a8cea694b5c
treecd2586a55c6654e3203bbcbfff6d0bd932e5bc25
parent702e840979b21dbbc887d65ac496a462fe3b929a
win32 crash report: simplify crashdump_path usage

no need for dynamic buffers or calculation, it won't change while running
calculate it at start of program and make it const to ensure no threads will modify it
remove one level of indent in check_crashdump()
bin/winvlc.c