/[gnokii]/gnokii/common/phones/nk6510.c
ViewVC logotype

Diff of /gnokii/common/phones/nk6510.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.140 by uid66843, Fri Jan 30 20:04:02 2004 UTC revision 1.141 by uid66843, Sun Feb 15 23:47:39 2004 UTC
# Line 1959  static gn_error NK6510_IncomingCalendar( Line 1959  static gn_error NK6510_IncomingCalendar(
1959                  data->calnote_list->number = message[4] * 256 + message[5];                  data->calnote_list->number = message[4] * 256 + message[5];
1960                  dprintf("Location of Notes: ");                  dprintf("Location of Notes: ");
1961                  for (i = 0; i < data->calnote_list->number; i++) {                  for (i = 0; i < data->calnote_list->number; i++) {
1962                            if (8 + 2 * i >= length) break;
1963                          data->calnote_list->location[data->calnote_list->last+i] = message[8 + 2 * i] * 256 + message[9 + 2 * i];                          data->calnote_list->location[data->calnote_list->last+i] = message[8 + 2 * i] * 256 + message[9 + 2 * i];
1964                          dprintf("%i ", data->calnote_list->location[data->calnote_list->last+i]);                          dprintf("%i ", data->calnote_list->location[data->calnote_list->last+i]);
1965                  }                  }

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26