aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index ae7a15c426e..2e2c7e50cd5 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1880,6 +1880,8 @@ frame_name_fnn_p (str, len)
1880 { 1880 {
1881 char *end_ptr; 1881 char *end_ptr;
1882 1882
1883 strtol (str + 1, &end_ptr, 10);
1884
1883 if (end_ptr == str + len) 1885 if (end_ptr == str + len)
1884 return 1; 1886 return 1;
1885 } 1887 }