[ create a new paste ] login | about

Link: http://codepad.org/WwGLRQAz    [ raw code | output | fork ]

C, pasted on Aug 31:
[23:21:31] Wowhead Client (1.6.11) started.
[23:21:31] Creating `ContainerForm`.
[23:21:31] Creating `MainForm`.
[23:21:31] Creating `UpdaterForm`.
	[23:21:31] HttpClient::Reset
	[23:21:31] HttpClient::Close
	[23:21:31] HttpClient::Reset
	[23:21:31] HttpClient::Close
	[23:21:31] HttpClient::Request_SendGET
	[23:21:31] Status changed: Connecting
	[23:21:31] Sending GET query. (/files/updates.dat)
	[23:21:31] Thread started.
	[23:21:32] HttpClient::_CallbackResolve
	[23:21:32] HttpClient::_CallbackConnect - Server found.
	[23:21:32] Status changed: Sending
	[23:21:32] HttpClient::_CompletionCondition (... + 0 = 0 bytes)
	[23:21:32] HttpClient::_CompletionCondition (... + 93 = 93 bytes)
	[23:21:32] HttpClient::_CallbackWriteRequest
	[23:21:32] Status changed: Receiving
	[23:21:32] HttpClient::_CallbackReadStatusLine
	[23:21:32] HttpClient::_CallbackReadHeaders (... + 495 = 512 bytes)
	[23:21:32] HttpClient::_CallbackReadContent (... + 370 = 882 bytes)
	[23:21:32] HttpClient::_CallbackReadContent (... + 0 = 882 bytes)
	[23:21:32] Thread finished.
	[23:21:32] Query succeeded.
	[23:21:32] Status changed: Done
	[23:21:32] HttpClient::Close
	[23:21:32] Source: Updater closed
	[23:21:32] HttpClient::Close
[23:21:32] Deleted `UpdaterForm`.
[23:21:32] Refreshing data...
 - Scanning 'C:\Program Files\World of Warcraft' (Live):

[23:21:32] WoW is now running.
[23:21:34] Deleted `MainForm`.
[23:21:34] Deleted `ContainerForm`.
[23:21:34] Closing application.


Output:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Line 1: error: expected identifier or '(' before '[' token
Line 27: error: too many decimal points in number
Line 2: error: stray '`' in program
Line 2: error: stray '`' in program
Line 3: error: stray '`' in program
Line 3: error: stray '`' in program
Line 4: error: stray '`' in program
Line 4: error: stray '`' in program
Line 30: error: stray '`' in program
Line 30: error: stray '`' in program
Line 12: warning: unknown escape sequence '\P'
Line 12: warning: unknown escape sequence '\W'
Line 12: warning: character constant too long for its type
Line 35: error: stray '`' in program
Line 35: error: stray '`' in program
Line 36: error: stray '`' in program
Line 36: error: stray '`' in program


Create a new paste based on this one


Comments: