]> git.pld-linux.org Git - packages/fuse.git/blame - fuse-typo.patch
- use new bconds, strict internal deps
[packages/fuse.git] / fuse-typo.patch
CommitLineData
c71ea500 1--- fuse-0.5.1/ui/svga/svgakeyboard.c.orig Mon Dec 9 18:11:22 2002
2+++ fuse-0.5.1/ui/svga/svgakeyboard.c Mon Dec 9 18:11:40 2002
3@@ -71,7 +71,7 @@
4 if( ptr ) {
5
6 if( widget_level >= 0 ) {
7- widget_keyhandler( ptr->key1, ptr2->key2 );
8+ widget_keyhandler( ptr->key1, ptr->key2 );
9 } else {
10 if(ptr->key1 != KEYBOARD_NONE) keyboard_press(ptr->key1);
11 if(ptr->key2 != KEYBOARD_NONE) keyboard_press(ptr->key2);
This page took 0.075441 seconds and 4 git commands to generate.