diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2013-03-09 12:27:43 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2013-03-09 12:27:43 +0100 |
commit | 77b6fc6ebf2b301cfdd8c5cbb14eafe38cfa533c (patch) | |
tree | dd636c19863abbc6526dcf6ef33866341064e977 /dynamite.c | |
parent | 5fe51b1a6dcd9653d0d5cc2f7fee083c99c1e94c (diff) | |
download | vdr-plugin-dynamite-77b6fc6ebf2b301cfdd8c5cbb14eafe38cfa533c.tar.gz vdr-plugin-dynamite-77b6fc6ebf2b301cfdd8c5cbb14eafe38cfa533c.tar.bz2 |
found a stack overflow in dynamite patchv0.1.4
Diffstat (limited to 'dynamite.c')
-rw-r--r-- | dynamite.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include "monitor.h" #include "status.h" -static const char *VERSION = "0.1.3"; +static const char *VERSION = "0.1.4"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |