When parsing /proc/self/maps, dev numbers are hex not decimal

This commit is contained in:
baldurk
2017-03-07 12:48:49 +00:00
parent e3f09210b3
commit b97fe34255
+1 -1
View File
@@ -274,7 +274,7 @@ string GetThisLibPath()
c++;
// dev
while(isdigit(c[0]) || c[0] == ':')
while(isalnum(c[0]) || c[0] == ':')
c++;
// whitespace