bug-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-xnee] [bug #17925] cnee crash with --store-mouse-position


From: anonymous
Subject: [Bug-xnee] [bug #17925] cnee crash with --store-mouse-position
Date: Fri, 06 Oct 2006 06:05:56 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.0.7) Gecko/20060915 Firefox/1.5.0.7

URL:
  <http://savannah.gnu.org/bugs/?17925>

                 Summary: cnee crash with --store-mouse-position 
                 Project: Xnee
            Submitted by: None
            Submitted on: 金曜日 2006年10月06日 at 06:05 UTC
                Category: libxnee
                Severity: 3 - Normal
              Item Group: Error report
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

Xnee-2.05.96/libxnee/src/print.c 

xnee_store_mouse_pos (xnee_data* xd )
{
     :
  xd->data_fp (xd->out_file,
               "%s "
               "%s=%d "
               "%s=%d \n" ,
               XNEE_FAKE_MOTION, XNEE_FAKE_X_ARG,XNEE_FAKE_Y_ARG,
               rx,ry );
}

order of args was wrong.

  xd->data_fp (xd->out_file,
               "%s "
               "%s=%d "
               "%s=%d \n" ,
               XNEE_FAKE_MOTION,
               XNEE_FAKE_X_ARG, rx,
               XNEE_FAKE_Y_ARG, ry );







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17925>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]