Merge branch 'Here' into dev

This commit is contained in:
Allanis 2014-05-24 14:47:12 +01:00
commit 4f93b615a4

View File

@ -927,6 +927,7 @@ char* window_getInput(const unsigned int wid, char* name) {
Widget* wgt;
/* Get the widget. */
wgt = window_getwgt(wid, name);
if(wgt == NULL)
return NULL;