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