]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
fix
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:35:55 +0000 (21:35 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:35:55 +0000 (21:35 +0000)
trbrich/trbflash.c

index b3659f156961a7a09649629328fd7af354bd5741..ffcf80eec45e001a4bbd74704ef2d2e00624271f 100644 (file)
@@ -61,7 +61,7 @@ static const char FlashTypeStr[][16] = {"INVALID", "ADCM1", "ADCM2", "MDC"};
 
 static FlashType flashType = FLASH_INVALID; 
 
-static const char trbflash_version[] = "$Revision: 1.14 $"; 
+static const char trbflash_version[] = "$Revision: 1.15 $"; 
 
 /* ------ Local Functions ----------------------------------------------- */
 
@@ -874,7 +874,7 @@ int main(int argc, char ** argv)
       break;
     case 'V':
       printf("%s %s using libtrbnet %s\n",
-             basename(argv[0], trbflash_version, trbnet_version);
+             basename(argv[0]), trbflash_version, trbnet_version);
       exit(EXIT_SUCCESS);
       break;
     default: