Skip to content

Commit

Permalink
Merge pull request #7134 from tobbi/coverity_1287129
Browse files Browse the repository at this point in the history
Fix coverity #1287129
  • Loading branch information
Memphiz committed May 13, 2015
2 parents b9b2d4a + 6649db7 commit a52c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/library.kodi.guilib/libKODI_guilib.h
Expand Up @@ -488,7 +488,7 @@ class CHelper_libKODI_guilib

bool Dialog_Numeric_ShowAndGetNumber(char &strInput, unsigned int iMaxStringSize, const char *strHeading, unsigned int iAutoCloseTimeoutMs = 0)
{
return GUI_dialog_numeric_show_and_get_number(m_Handle, m_Callbacks, strInput, iMaxStringSize, strHeading, iAutoCloseTimeoutMs = 0);
return GUI_dialog_numeric_show_and_get_number(m_Handle, m_Callbacks, strInput, iMaxStringSize, strHeading, iAutoCloseTimeoutMs);
}

bool Dialog_Numeric_ShowAndGetSeconds(char &strTime, unsigned int iMaxStringSize, const char *strHeading)
Expand Down

0 comments on commit a52c691

Please sign in to comment.