PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
4 sec ago
exerc list04 6
C | 6 sec ago
Untitled
7 sec ago
Untitled
C++ | 8 sec ago
Untitled
Java | 8 sec ago
Untitled
9 sec ago
Untitled
10 sec ago
Untitled
22 sec ago
argb-revert.patch
By:
GUiHKX
on
May 15th, 2012
| syntax:
None
| size: 0.28 KB | hits: 54 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
423d422
< /* FIXME The following two assignments were swapped on purpose */
425,426d423
< globalconf.visual = globalconf.default_visual;
< if(!globalconf.visual)
427a425,426
> if(!globalconf.visual)
> globalconf.visual = globalconf.default_visual;
create a
new version
of this paste
RAW Paste Data
423d422 < /* FIXME The following two assignments were swapped on purpose */ 425,426d423 < globalconf.visual = globalconf.default_visual; < if(!globalconf.visual) 427a425,426 > if(!globalconf.visual) > globalconf.visual = globalconf.default_visual;