diff options
Diffstat (limited to 'protocols/Tlen/src/tlen_thread.cpp')
| -rw-r--r-- | protocols/Tlen/src/tlen_thread.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_thread.cpp b/protocols/Tlen/src/tlen_thread.cpp index 9f714bbdb6..dd9300d471 100644 --- a/protocols/Tlen/src/tlen_thread.cpp +++ b/protocols/Tlen/src/tlen_thread.cpp @@ -700,7 +700,7 @@ static void TlenProcessMessage(XmlNode *node, ThreadData *info)  						if (msgTime == 0) {
  							msgTime = time(NULL);
  						} else {
 -							HANDLE hDbEvent = db_event_last(hContact);
 +							MEVENT hDbEvent = db_event_last(hContact);
  							if (hDbEvent != NULL) {
  								DBEVENTINFO dbei = { sizeof(dbei) }; 
  								db_event_get( hDbEvent, &dbei);
  | 
