aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.c b/common.c
index 05747103..a63cbce9 100644
--- a/common.c
+++ b/common.c
@@ -1601,3 +1601,11 @@ int create_directory( wchar_t *d )
return ok?0:-1;
}
+void bugreport()
+{
+ debug( 1,
+ _( L"This is a bug. "
+ L"If you can reproduce it, please send a bug report to %s." ),
+ PACKAGE_BUGREPORT );
+}
+