Diff between 011e562a98a8b8c278391bc64d9dc2c8df0a5585 and cedace72c3f71d356fc1895787569c7412ee94b2

Changed Files

File Additions Deletions Status
tools/l2test.c +1 -1 modified

Full Patch

diff --git a/tools/l2test.c b/tools/l2test.c
index 5aae4b6..232247b 100644
--- a/tools/l2test.c
+++ b/tools/l2test.c
@@ -1416,7 +1416,7 @@ int main(int argc, char *argv[])
 			break;
 
 		case 'P':
-			psm = atoi(optarg);
+			psm = strtoul(optarg, NULL, 0);
 			break;
 
 		case 'I':