mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
b9dcd6d7c4
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
370 B
Text
12 lines
370 B
Text
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);
|
|
}
|
|
|