Changeset 13631 for trunk/libtransmission/platform.c
- Timestamp:
- Dec 7, 2012, 1:53:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r13625 r13631 358 358 359 359 if (count) 360 tr_inf (_ 360 tr_inf (_("Migrated %1$d files from \"%2$s\" to \"%3$s\""), count, oldDir, newDir); 361 361 362 362 closedir (dirh); … … 533 533 char * tmp = tr_buildPath (path, "index.html", NULL); 534 534 const int ret = !stat (tmp, &sb); 535 tr_inf (_ 535 tr_inf (_("Searching for web interface file \"%s\""), tmp); 536 536 tr_free (tmp); 537 537 … … 728 728 __declspec (align (4)) static LONG volatile g_sl; 729 729 #else 730 static LONG volatile g_sl __attribute__ 730 static LONG volatile g_sl __attribute__((aligned (4))); 731 731 #endif 732 732
Note: See TracChangeset
for help on using the changeset viewer.