summaryrefslogtreecommitdiff
path: root/convertdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'convertdb.c')
-rw-r--r--convertdb.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/convertdb.c b/convertdb.c
index 8d38e0d67..613060952 100644
--- a/convertdb.c
+++ b/convertdb.c
@@ -11,7 +11,8 @@
int convertDB(void);
-int convertDB(void) {
+int convertDB(void)
+{
struct oldrpmdb olddb;
rpmdb db;
struct oldrpmdbLabel * packageLabels, * label;
@@ -196,7 +197,9 @@ int convertDB(void) {
return 1;
}
-int main(int argc, char ** argv) {
+int main(int argc, char ** argv)
+{
+ setprogname(argv[0]);
if (argc != 1) {
fprintf(stderr, _("rpmconvert: no arguments expected"));
exit(EXIT_FAILURE);