[1369] in BarnOwl Developers
[nelhage/barnowl] d9bfc8: Fix zpunts display.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:54 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 29 Mar 2009 13:48:13 -0700
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: d9bfc8209c04aa8757c3d223e669dfadf46773df
http://github.com/nelhage/barnowl/commit/d9bfc8209c04aa8757c3d223e669dfadf46773df
Author: Alejandro R. SedeƱo <asedeno@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M functions.c
Log Message:
-----------
Fix zpunts display.
Each zpunt line was followed by its number on the next line, leading to display of:
[1] ...
[1] [2] ...
[2] [3] ...
etc.
Should have been:
[1] ...
[2] ...
[3] ...
reported by: kretch