diff is wrong
Reported by Nick Welch | July 14th, 2008 @ 11:09 AM | in 1. Next
on this page: http://github.com/mackstann/whim...
it has:
-def if_root(wm, win, ev, **kw):
+def if_root(wm, , ev, **kw):
when in reality the new line is:
def if_root(wm, ev, **kw):
Comments and changes to this ticket
-
Scott Chacon July 19th, 2008 @ 04:51 PM
- → Assigned user changed from to Scott Chacon
- → Milestone changed from to 1. Next
- → State changed from new to open
-
Eloy Duran July 25th, 2008 @ 05:51 PM
I have the (seemingly) same problem in this commit: http://github.com/psychs/growlno...
-
wildchild July 26th, 2008 @ 01:34 PM
+1, but with old line, look at http://github.com/ates/netspire/...
--export([decode_packet/1, code_packet/1, identify_packet/1, encrypt_password/3, attribute_value/2]).
+-export([decode_packet/1, encode_packet/1, identify_packet/1, encrypt_password/3, attribute_value/2]).
The real old line is:
--export([decode_packet/1, identify_packet/1, encrypt_password/3, attribute_value/2]).
-
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
