Skip to content

Commit f0ad15f

Browse files
committed
Fix build warning
1 parent 430199c commit f0ad15f

File tree

1 file changed

+1
-1
lines changed
  • plugins/UserNotes

1 file changed

+1
-1
lines changed

plugins/UserNotes/db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ PPH_STRING GetOpaqueXmlNodeText(
177177

178178
if (string = mxmlGetOpaque(node))
179179
{
180-
return PhConvertUtf8ToUtf16(string);
180+
return PhConvertUtf8ToUtf16((PSTR)string);
181181
}
182182
else
183183
{

0 commit comments

Comments
 (0)