summaryrefslogtreecommitdiff
blob: a9ed3419e7748041acaaada1e7b13900ea424f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/Elf.cpp	2010-05-14 01:40:27.000000000 +0200
+++ src/Elf.cpp	2010-05-14 01:46:06.000000000 +0200
@@ -579,7 +579,7 @@
 std::string Section::find_string(istream &is, int index)
 {
     if (!is_string_table() || index < 0) {
-	return false;
+	return NULL;
     }
 
     int offset = _sectstruct->offset() + index;