diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-29 13:24:52 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-29 13:24:52 +0000 |
| commit | 317866022797bd364b575d02d9b94dfd73a13b9b (patch) | |
| tree | 54b381de50109a8bcbd43538af00e0c18947bc59 /config.h | |
| parent | 2d776fcd61be168e1ff0ff2e4a5e71835e7cea19 (diff) | |
- oprava chyby, objekt ulozeny v space_t sa mohol dostat do priestoru, ktory nepokryva spave_t, cim sa dostal do
nealokovanej pamate.
git-svn-id: http://opensvn.csie.org/tuxanci_ng@78 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,6 +6,6 @@ #define DEBUG_CLIENT_RECV */ -#define TUXANCI_NG_VERSION "svn77" +#define TUXANCI_NG_VERSION "svn78" #define DESTDIR "/usr/local/" |