Kaydet (Commit) a9272d35 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Early return missing

Change-Id: I0d4f9b14f2a41a3acb08ba1b6c13fdf1174021e7
üst ae116edc
...@@ -661,6 +661,8 @@ static void rtl_string2UString_status( rtl_uString** ppThis, ...@@ -661,6 +661,8 @@ static void rtl_string2UString_status( rtl_uString** ppThis,
if (pInfo != NULL) { if (pInfo != NULL) {
*pInfo = 0; *pInfo = 0;
} }
RTL_LOG_STRING_NEW( *ppThis );
return;
} }
retry: retry:
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment