URL:
  <http://gna.org/bugs/?24992>

                 Summary: Trying to put 387147 into 16 bits
                 Project: Freeciv
            Submitted by: wotan
            Submitted on: Wed 17 Aug 2016 02:27:41 PM UTC
                Category: client-gtk-3.0
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: svn
         Discussion Lock: Any
        Operating System: GNU/Linux
         Planned Release: 
 Contains string changes: None

    _______________________________________________________

Details:

Trying to put 387147 into 16 bits; it will result 59467 at receiving side.
in dio_put_uint16_raw() [dataio_raw.c::288]: assertion '!((int) (__extension__
({ unsigned short int __v, __x = (unsigned short int) (x); if
(__builtin_constant_p (__x)) __v = ((unsigned short int) ((((__x) >> 8) &
0xff) | (((__x) & 0xff) << 8))); else __asm__ ("rorw $8, %w0" : "=r" (__v) :
"0" (__x) : "cc"); __v; })) != value)' failed.
Please report this message at http://gna.org/projects/freeciv/
Trying to put 392047 into 16 bits; it will result 64367 at receiving side.

ruleset experimental




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24992>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to