diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-01-30 14:40:00 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-01-30 14:40:00 +0200 |
commit | cd6786bc30ef4e6443dd45604863c9619a346681 (patch) | |
tree | b7f8e6a7a3a9afa060f3c9f7af1e4160009f896a /src/apk_database.h | |
parent | c553970061a61f4a6c62b8cf949f1012259854e6 (diff) | |
download | apk-tools-cd6786bc30ef4e6443dd45604863c9619a346681.tar.gz apk-tools-cd6786bc30ef4e6443dd45604863c9619a346681.tar.bz2 apk-tools-cd6786bc30ef4e6443dd45604863c9619a346681.tar.xz apk-tools-cd6786bc30ef4e6443dd45604863c9619a346681.zip |
always save 'world' with line feeds
using space was for backwards compatibility with apk-tools 2.2.2
and earlier (from January 2012)
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 089cdd8..880809b 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -152,7 +152,6 @@ struct apk_database { int permanent : 1; int compat_newfeatures : 1; int compat_notinstallable : 1; - int compat_old_world : 1; struct apk_dependency_array *world; struct apk_protected_path_array *protected_paths; |