mirror of https://github.com/BOINC/boinc.git
- lib: Prevent category information from being lost in notices.
lib/ notice.cpp svn path=/trunk/boinc/; revision=22212
This commit is contained in:
parent
620ab994db
commit
a23c05fffa
|
@ -6026,3 +6026,9 @@ Charlie 12 Aug 2010
|
|||
|
||||
clientgui/
|
||||
DlgEventLog.cpp
|
||||
|
||||
Rom 12 Aug 2010
|
||||
- lib: Prevent category information from being lost in notices.
|
||||
|
||||
lib/
|
||||
notice.cpp
|
||||
|
|
|
@ -72,7 +72,7 @@ void NOTICE::write(MIOFILE& f, bool for_gui) {
|
|||
" <create_time>%f</create_time>\n"
|
||||
" <arrival_time>%f</arrival_time>\n"
|
||||
" <is_private>%d</is_private>\n"
|
||||
" <project_name>%s</project_name>"
|
||||
" <project_name>%s</project_name>\n"
|
||||
" <category>%s</category>\n"
|
||||
" <link>%s</link>\n",
|
||||
title,
|
||||
|
|
Loading…
Reference in New Issue