]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Add variable to size variable with edit_int64()
authorEric Bollengier <eric@baculasystems.com>
Tue, 9 Aug 2022 13:39:27 +0000 (15:39 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:58 +0000 (13:56 +0200)
bacula/src/baconfig.h

index 59542bd635dd5ded6b02d11d8ec6ccfae9de7ad1..e0ee4731a00722ec83ac20509aa023ce6b559914 100644 (file)
@@ -238,6 +238,13 @@ void InitWinAPIWrapper();
  */
 #define DEFAULT_NETWORK_BUFFER_SIZE (64 * 1024)
 
+
+/*
+ * Size of a buffer when editing numbers via edit_uint64/edit_int
+ * Normally, it's around 20.
+ */
+#define SIZE_EDIT_INT 50
+
 /**
  * Tape label types -- stored in catalog
  */