blob: 995412e76d5a776efeadaf22c4adb2b6b135b429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uNr gammu-0.94.0/common/phone/nokia/dct4/n6510.c gammu-current/common/phone/nokia/dct4/n6510.c
--- gammu-0.94.0/common/phone/nokia/dct4/n6510.c 2004-03-05 00:32:20.000000000 +0800
+++ gammu-current/common/phone/nokia/dct4/n6510.c 2004-03-05 22:46:24.150102360 +0800
@@ -3400,7 +3400,7 @@
/* Method 1 */
error=N71_65_GetCalendarInfo1(s, &s->Phone.Data.Priv.N6510.LastCalendar);
if (error!=ERR_NONE) return error;
- Status->Used = LastCalendar->Number;
+ Status->Used = s->Phone.Data.Priv.N6510.LastCalendar.Number;
return ERR_NONE;
#endif
|