mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
60f1036a68
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
370 B
Groff
12 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);
|
|
}
|
|
|