From: Alexander R. <ale...@us...> - 2001-10-27 05:51:54
|
Hi, On Friday 26 October 2001 23:25, you wrote: > fixed > test if it works properly > > .vegastrike/generatedbsp > should be made and any generated or used bsp's should be placed there Fine ;-) > I've heard using > system () is a security risk Yes (although I was lazy to use it myself in my projects) system() starts programs using the bash, and the bash is evaluating enironment variables that could do unwanted behaviour. There's the exec* functions, but don't worry, I'll do it ;-) > if you can think of a better way to create directories if they aren't there > (to prevent the scattering of BSP's all over the home dir) > please edit vs_path.cpp > > I gotta work on some other stuff right now :-) Do the important things ;-) Alex -- Alexander Rawass Email: ale...@us... http://tuxfleet.sourceforge.net http://qtreemap.sourceforge.net ...but some day you'll be a STAR in somebody else's SKY... |