Changeset bdde805 for skype/skype.c
- Timestamp:
- 2007-12-16T02:55:56Z (17 years ago)
- Branches:
- master
- Children:
- 3c5aded
- Parents:
- 885efac6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skype.c
r885efac6 rbdde805 352 352 if(strlen(sd->info_tz)) 353 353 { 354 / / FIXME secs -> str355 g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); 354 /* this is currently buggy, says gmt+12 when I set gmt+1 355 g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); */ 356 356 } 357 357 g_free(sd->info_tz);
Note: See TracChangeset
for help on using the changeset viewer.