<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>100163</bug_id>
          
          <creation_ts>2005-02-24 15:10:05 +0000</creation_ts>
          <short_desc>Log file not recognized - patch included</short_desc>
          <delta_ts>2005-08-25 23:13:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kmines</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Tobias Meyer">jmeyer</reporter>
          <assigned_to name="Hadacek Nicolas">hadacek</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>20</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>317921</commentid>
    <comment_count>0</comment_count>
    <who name="Tobias Meyer">jmeyer</who>
    <bug_when>2005-02-24 15:10:05 +0000</bug_when>
    <thetext>Version:           2.1.9 (5 Aug 2004) (using KDE 3.3.2, compiled sources)
Compiler:          gcc version 3.3.4
OS:                Linux (i686) release 2.6.10-ck5

Move -&gt; Load Log gives me the error message &quot;Log file not recognized.&quot; It seems height and width got mixed up in the checkLog method.

--- status.cpp.orig     2005-02-24 14:40:47.000000000 +0100
+++ status.cpp  2005-02-24 14:44:51.000000000 +0100
@@ -421,9 +421,9 @@
         QDomElement a = actions.item(i).toElement();
         if ( a.isNull() ) return false;
         uint i0 = a.attribute(&quot;line&quot;).toUInt(&amp;ok);
-        if ( !ok || i0&gt;=w ) return false;
+        if ( !ok || i0&gt;=h ) return false;
         uint j = a.attribute(&quot;column&quot;).toUInt(&amp;ok);
-        if ( !ok || j&gt;=h ) return false;
+        if ( !ok || j&gt;=w ) return false;
         QString type = a.attribute(&quot;type&quot;);
         uint k = 0;
         for (; k&lt;Field::Nb_Actions; k++)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>368842</commentid>
    <comment_count>1</comment_count>
    <who name="Hadacek Nicolas">hadacek</who>
    <bug_when>2005-08-25 23:13:57 +0000</bug_when>
    <thetext>(finally) fixed in svn tree... thanks !!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>