memcpy bug

This commit is contained in:
Janik Schlemminger
2014-08-05 00:07:22 +02:00
parent fe9f9ad233
commit c88486d842
5 changed files with 7 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ int main(int argc, char **argv)
int sc_main(int argc, char **argv)
{
cout<<"hello"<<endl;
sc_set_time_resolution(1, SC_PS);
resources = pathOfFile(argv[0]) + string("/../resources/");