Changeset b40fa16b2041
- Timestamp:
- 11/15/08 17:11:26 (8 weeks ago)
- Branch:
- trunk
- Files:
-
- 1 modified
-
mpx/library-scanner-thread.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpx/library-scanner-thread.cc
r978 r981 293 293 gint64 ctime = (info->get_attribute_uint64(G_FILE_ATTRIBUTE_TIME_CHANGED)); 294 294 295 g_message("ctime: %lld, last_scan_date: %lld", ctime, last_scan_date);296 297 295 if( ctime > last_scan_date ) 298 296 {
