Holy fucking shit I don't want to work on this. Sibly, you son of a ...

This commit is contained in:
Michael Fabain Dirks
2016-05-07 22:49:54 +02:00
parent b75ca4142c
commit aa22d21fb5
2577 changed files with 166501 additions and 194685 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ void main(){
name='\"'+name+'\"';
}
char bf[4];itoa( bytes.size()/3,bf,16 );
char bf[4]; _itoa( bytes.size()/3,bf,16 );
bytes="\\x"+string( bf )+bytes;
out<<name<<','<<lop<<','<<rop<<','<<flags<<",\""<<bytes<<"\",\n";
@@ -135,5 +135,5 @@ void main(){
out.flush();
out.close();
cout<<"All done!\n";
getch();
_getch();
}