[ create a new paste ] login | about

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

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

[01:43:38] Deleted `MainForm`.
[01:43:38] Deleted `ContainerForm`.
[01:43:38] 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 34: error: stray '`' in program
Line 34: error: stray '`' in program
Line 35: error: stray '`' in program
Line 35: error: stray '`' in program


Create a new paste based on this one


Comments: