summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.config
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-16 13:08:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-16 13:08:32 +0000
commitcc29fc49a0427da3225c4d77f95827bed24073f7 (patch)
treefd86687bc4af7767098267052df70f9bff24d63b /perl-install/Makefile.config
parent30c83c5730279a3f2279b515c416a283e0c50d82 (diff)
downloaddrakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar.gz
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar.bz2
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.tar.xz
drakx-backup-do-not-use-cc29fc49a0427da3225c4d77f95827bed24073f7.zip
no_comment
Diffstat (limited to 'perl-install/Makefile.config')
0 files changed, 0 insertions, 0 deletions
='diffstat-header'>Diffstat (limited to 'mdk-stage1/disk.c')
-rw-r--r--mdk-stage1/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c
index 02a9e95b2..c7ad9c7f0 100644
--- a/mdk-stage1/disk.c
+++ b/mdk-stage1/disk.c
@@ -54,7 +54,7 @@ static char * disk_extract_list_directory(char * direct)
static enum return_type try_with_device(char *dev_name)
{
char * questions_location[] = { "Directory or ISO image", NULL };
- char ** answers_location;
+ static char ** answers_location = NULL;
char device_fullname[50];
char location_full[500];