diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-10-10 15:08:36 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-10-10 15:08:36 +0000 |
commit | a7af06ce86ba1086428c3687d73a7e28e5c0e37a (patch) | |
tree | 3150096bb6a19f932f22a95aff6cabacf6dfe485 /lib | |
parent | 6c7f5212985e6171abe943b386694c17c2240322 (diff) | |
download | pacman-a7af06ce86ba1086428c3687d73a7e28e5c0e37a.tar.xz |
removed a leftover comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/rpmvercmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/rpmvercmp.c b/lib/libalpm/rpmvercmp.c index d5b874e6..4667083e 100644 --- a/lib/libalpm/rpmvercmp.c +++ b/lib/libalpm/rpmvercmp.c @@ -154,8 +154,6 @@ int rpmvercmp(const char *a, const char *b) return(0); } - /* ORE - * the memory allocated here is never freed... */ strncpy(str1, a, 64); str1[63] = 0; strncpy(str2, b, 64); |