shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-26 14:27:41 +02:00
parent 118f0349cc
commit da239c6345

View file

@ -17,7 +17,7 @@ char shellbuffer[512];
#include <metalsvm/stdio.h>
#define SHELLDEBUGPRINTF(x,...) ksprintf(shellbuffer,x,##__VA_ARGS__);shelldebugprint(shellbuffer);
#define SHELLDEBUGPRINTF(x,...) ksnprintf(shellbuffer,sizeof(shellbuffer),x,##__VA_ARGS__);shelldebugprint(shellbuffer);
void shelldebugprint(char* x)
{