mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
13 lines
370 B
Groff
13 lines
370 B
Groff
|
diff --git a/tools/dxa-0.1.3/scan.c b/tools/dxa-0.1.3/scan.c
|
||
|
index e7855f8..586d31b 100644
|
||
|
--- a/tools/dxa-0.1.3/scan.c
|
||
|
+++ b/tools/dxa-0.1.3/scan.c
|
||
|
@@ -597,6 +597,7 @@ int ScanSpecified (void)
|
||
|
(unsigned int)entry->address);
|
||
|
return 1;
|
||
|
}
|
||
|
+ entry = FindNextEntryType (NULL, ~0, RTN_SURE);
|
||
|
DeleteEntry (entry);
|
||
|
}
|
||
|
|