mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
* change tr_stat.activityDate's and tr_stat.startedDate's type to time_t, since that's how everyone uses them anyway
* add a little more documentation to tr_stat and tr_ctor in transmission.h
This commit is contained in:
@@ -97,7 +97,7 @@ doSave( GtkWindow * parent,
|
||||
gtk_tree_model_get( model, &iter,
|
||||
COL_TR_MSG, &node,
|
||||
-1 );
|
||||
date = rfc822date( (guint64)node->when * 1000u );
|
||||
date = rfc822date( node->when );
|
||||
switch( node->level ) {
|
||||
case TR_MSG_DBG: levelStr = "debug"; break;
|
||||
case TR_MSG_ERR: levelStr = "error"; break;
|
||||
|
||||
Reference in New Issue
Block a user