Index: common/phones/nk6510.c =================================================================== RCS file: /sources/gnokii/gnokii/common/phones/nk6510.c,v retrieving revision 1.285 diff -u -p -r1.285 nk6510.c --- common/phones/nk6510.c 29 Mar 2009 21:45:25 -0000 1.285 +++ common/phones/nk6510.c 1 Apr 2009 17:51:24 -0000 @@ -1596,7 +1596,7 @@ static gn_error NK6510_GetSMS_S40_30(gn_ /* Extract just SMS */ memset(&fl2, 0, sizeof(fl2)); for (j = 0; j < fl.file_count; j++) { - if (!strncmp("01", fl.files[j]->name+21, 2)) { + if (!strncmp("2010", fl.files[j]->name+20, 4)) { strcpy(fl2.path, fl.path); inc_filecount(&fl2); fl2.files[fl2.file_count-1] = fl.files[j];