Small fix to STLPort

This commit is contained in:
pelya
2010-12-21 14:41:51 +00:00
parent ea051bb11f
commit 1089d16218

View File

@@ -139,6 +139,8 @@ void outputchar(char c)
buf[pos] = 0; buf[pos] = 0;
__android_log_print(ANDROID_LOG_INFO, "libSDL", "%s", buf); __android_log_print(ANDROID_LOG_INFO, "libSDL", "%s", buf);
pos = 0; pos = 0;
buf[pos] = 0;
return;
}; };
buf[pos] = c; buf[pos] = c;
pos++; pos++;