5
0
Fork 0
mirror of https://github.com/TheTesla/HengLongUDPclient.git synced 2025-06-29 03:46:08 +02:00

minor bug fixes

This commit is contained in:
root 2014-03-23 00:12:24 +01:00
parent 8b1ec58829
commit 0f8cc288a5
6 changed files with 49 additions and 2 deletions

View file

@ -4,6 +4,7 @@
void fire(void)
{
system("xte key Return");
system("echo bla");
system("xte \'key Return\'\n");
}