Opened 14 years ago
Closed 14 years ago
#120 closed patch (fixed)
daemon_win32.cpp: duplicated assignment
Reported by: | nikai | Owned by: | Christian Franke |
---|---|---|---|
Priority: | trivial | Milestone: | Release 5.41 |
Component: | all | Version: | 5.40 |
Keywords: | windows | Cc: |
Description
Hi there!
I noticed a duplicated assignment.
Best regards,
Nicolas Kaiser
---
--- a/os_win32/daemon_win32.cpp 2010-01-28 21:24:31.000000000 +0100 +++ b/os_win32/daemon_win32.cpp 2010-11-10 21:08:04.829636033 +0100 @@ -525,7 +525,7 @@ int daemon_messagebox(int system, const mb.mode = MB_OK|MB_ICONWARNING |(svc_mode?MB_SERVICE_NOTIFICATION:0) |(system?MB_SYSTEMMODAL:MB_APPLMODAL); - mb.title = title; mb.text = text; + mb.title = title; mb.text = text; if (!(ht = CreateThread(NULL, 0, mbox_thread, &mb, 0, &tid))) return -1;
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | smartmontools-duplicated-assignment.patch added |
---|
comment:1 by , 14 years ago
Milestone: | → Release 5.41 |
---|---|
Owner: | changed from | to
Status: | new → accepted |
Thanks - this "Bug" was introduced more than 6 years ago :-)
comment:2 by , 14 years ago
Keywords: | windows added |
---|
Note:
See TracTickets
for help on using tickets.
patch