mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
19 lines
447 B
Diff
19 lines
447 B
Diff
![]() |
--- rpm-5.4.4/tools/debugedit.c.unused_variable~ 2011-11-28 16:22:58.231962263 +0100
|
||
|
+++ rpm-5.4.4/tools/debugedit.c 2011-11-28 16:26:30.102211728 +0100
|
||
|
@@ -378,7 +378,6 @@ static char *
|
||
|
canonicalize_path (const char *s, char *d)
|
||
|
{
|
||
|
char *rv = d;
|
||
|
- const char *sroot;
|
||
|
char *droot;
|
||
|
|
||
|
if (IS_DIR_SEPARATOR (*s))
|
||
|
@@ -394,7 +393,6 @@ canonicalize_path (const char *s, char *
|
||
|
s++;
|
||
|
}
|
||
|
droot = d;
|
||
|
- sroot = s;
|
||
|
|
||
|
while (*s)
|
||
|
{
|