Default PACAKGE_STRING was incorrect for cueconvert and cueprint.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#else
|
||||
#define PACKAGE_STRING "cuebreakpoints"
|
||||
#define PACKAGE_STRING "cueconvert"
|
||||
#endif
|
||||
|
||||
char *progname;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#else
|
||||
#define PACKAGE_STRING "cuebreakpoints"
|
||||
#define PACKAGE_STRING "cueprint"
|
||||
#endif
|
||||
|
||||
/* default templates */
|
||||
|
||||
Reference in New Issue
Block a user