mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Fix a bug which resulted in the first letter of each quote (except the first one) being skipped
- Fix some quote typos svn path=/trunk/; revision=42577
This commit is contained in:
parent
10692515b0
commit
d398d00ca8
2 changed files with 5 additions and 5 deletions
|
@ -114,7 +114,7 @@ RetrieveQuote(SOCKET sock)
|
|||
lpStr++;
|
||||
|
||||
/* move past % and RN */
|
||||
lpStr += 3;
|
||||
lpStr += 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"Et tu... Brute? What are you doing, Dave...?
|
||||
%
|
||||
"So long, and thanks for all the fish"
|
||||
"So long, and thanks for all the fish
|
||||
%
|
||||
"I think you ought to know I'm feeling very depressed
|
||||
%
|
||||
|
@ -34,7 +34,7 @@
|
|||
%
|
||||
"Oh i'm boring eh?
|
||||
%
|
||||
"It’s been great, maybe we can do this again sometime.
|
||||
"It's been great, maybe we can do this again sometime.
|
||||
%
|
||||
""Come blade, my breast imbrue." - William Shakespeare
|
||||
%
|
||||
|
@ -56,7 +56,7 @@
|
|||
%
|
||||
"That's the way the cookie crumbles
|
||||
%
|
||||
""NOO!! DONT HIT THE BUTTON! I wouldnt do it to you.
|
||||
"NOO!! DONT HIT THE BUTTON! I wouldnt do it to you.
|
||||
%
|
||||
"Don't abandon your computer, he wouldnt to it to you.
|
||||
%
|
||||
|
@ -101,4 +101,4 @@
|
|||
"All your base are belong to us.
|
||||
%
|
||||
""An odd game, the only way to win is not to play."
|
||||
%
|
||||
%
|
||||
|
|
Loading…
Reference in a new issue