On Tue, 18 Oct 2011 17:54:41 +0000, Daniel Shahaf wrote:
...
> svnmucc, and then append two lines and diff before/after committing,
> but still couldn't reproduce your issue.

I can't reproduce it on the linux box, either. At least not exactly.
This is going to be fun.

My apple produces (without any svn:prop):

===================================================================
--- kadr.polon.p        (revision 1)
+++ kadr.polon.p        (revision 2)
@@ -461,6 +461,8 @@
    447    EMPTY TEMP-TABLE tt_tytnauk.
    448    EMPTY TEMP-TABLE tt_stnauk.
    449    pOstatni = vIlosc.
+   450    IF vIlosc = (pStart + pIlosc - 1) then leave Global_loop.
+   451 END.
    450    IF vIlosc = (pStart + pIlosc - 1) then leave Global_loop.
    451 END.
    452 {ws_i/log.i}

and the linux box makes that

===================================================================
--- kadr.polon.p        (revision 1)
+++ kadr.polon.p        (revision 2)
@@ -463,4 +463,6 @@
    449    pOstatni = vIlosc.
    450    IF vIlosc = (pStart + pIlosc - 1) then leave Global_loop.
    451 END.
+   452 {ws_i/log.i}
+
    452 {ws_i/log.i}

Uninitialized variable that then points to the wrong lines?

Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800

Reply via email to