| 29783:96ab389c9181 | 29784:17baa4c9a8c5 |
|---|---|
| 300 logs = g_list_delete_link(logs, logs); | 300 logs = g_list_delete_link(logs, logs); |
| 301 } | 301 } |
| 302 } | 302 } |
| 303 } | 303 } |
| 304 | 304 |
| 305 score = (gint)score_double; | 305 score = (gint) ceil(score_double); |
| 306 g_hash_table_replace(logsize_users_decayed, lu, GINT_TO_POINTER(score)); | 306 g_hash_table_replace(logsize_users_decayed, lu, GINT_TO_POINTER(score)); |
| 307 } | 307 } |
| 308 return score; | 308 return score; |
| 309 } | 309 } |
| 310 | 310 |