Browse Source

don't remove first stack position (now is valid)

Nicolas Cannasse 8 years ago
parent
commit
71d33347b2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/module.c

+ 0 - 1
src/module.c

@@ -124,7 +124,6 @@ static int module_capture_stack( void **stack, int size ) {
 			}
 		}
 	}
-	if( count ) count--;
 	return count;
 }