projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix double free (closes: #711045)
[apt.git]
/
buildlib
/
apti18n.h.in
diff --git
a/buildlib/apti18n.h.in
b/buildlib/apti18n.h.in
index 6928d626c49c7563513c225aef9443718fc8acc2..a9d48dd975c966fa720ced980ae401b7d4fb1fe3 100644
(file)
--- a/
buildlib/apti18n.h.in
+++ b/
buildlib/apti18n.h.in
@@
-25,4
+25,5
@@
# define _(x) x
# define P_(msg,plural,n) (n == 1 ? msg : plural)
# define N_(x) x
+# define dgettext(d, m) m
#endif