lördag 3 december 2022 kl. 20:38:35 UTC+1 skrev Daniel Sahlberg:
[...]

> +                if ((pItem->lastHead != item.lastHead) || 
> (pItem->lastErrorMsg.IsEmpty() != item.lastErrorMsg.IsEmpty()))
>

On second thoughts, this is probably not the best solution. If there was an 
old error message and another error occurs, it will not be updated. Thus it 
should probably be
[[[
+                if ((pItem->lastHead != item.lastHead) || 
(pItem->lastErrorMsg != item.lastErrorMsg))
]]]

Kind regards,
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/8bb648fc-86da-4c94-b48f-153d2afb83b3n%40googlegroups.com.

Reply via email to