mirror of https://github.com/BOINC/boinc.git
return copy of tag
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@672 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
d5831028b5
commit
880aebf7d8
|
@ -406,7 +406,7 @@ DC_getWUTag(const DC_Workunit *wu)
|
|||
{
|
||||
if (!_DC_wu_check(wu))
|
||||
return(NULL);
|
||||
return(wu->tag);
|
||||
return(g_strdup(wu->tag));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue