Repair exit-popup deadlock patch
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 6 Aug 2010 09:18:34 +0000 (11:18 +0200)
committerArun Persaud <arun@nubati.net>
Sat, 7 Aug 2010 04:45:32 +0000 (21:45 -0700)
commite54045072f6e157b46a33104b8094cf9857f875d
treea6f3f2e98825ee41ac29aaf5820b524f6db389da
parentb97fe66b42c3d9388cfc6c8617d751d991dfacdc
Repair exit-popup deadlock patch

Relocating the exit popup call had made it lose access to the message it
should print, because it was declared only in an inner code block, by
the same name: buf[]. Deleting the inner declaration fixes it.
backend.c