diff loadtools/compalload.c @ 44:b77005f6d315

loadtools: migration to /opt/freecalypso
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 05:55:04 +0000
parents e7502631a0f9
children 8c011177adb9
line wrap: on
line diff
--- a/loadtools/compalload.c	Wed Oct 26 05:40:33 2016 +0000
+++ b/loadtools/compalload.c	Wed Oct 26 05:55:04 2016 +0000
@@ -16,7 +16,7 @@
 #include <termios.h>
 #include <unistd.h>
 
-extern char default_helpers_dir[];
+extern char default_compalstage_dir[];
 extern char *target_ttydev;
 extern int target_fd;
 extern struct termios target_termios;
@@ -33,7 +33,7 @@
 {
 	if (strcmp(arg, "none"))
 		sprintf(compalstage_pathname, "%s/compalstage-%s.bin",
-			default_helpers_dir, arg);
+			default_compalstage_dir, arg);
 	else
 		compalstage_pathname[0] = 0;
 }