AppDB include/version.php added a missing space to license WhatChanged

Michael [Plouj] Ploujnikov ploujj at gmail.com
Sat Jan 20 22:03:57 CST 2007


ChangeLog:
Added a missing space to license WhatChanged in include/version.php

-- 
Libre Software:
http://www.gnu.org/philosophy/free-sw.html
-------------- next part --------------
Index: include/version.php
===================================================================
RCS file: /home/wine/appdb/include/version.php,v
retrieving revision 1.98
diff -u -p -r1.98 version.php
--- include/version.php	21 Jan 2007 00:37:06 -0000	1.98
+++ include/version.php	21 Jan 2007 03:59:55 -0000
@@ -200,7 +200,7 @@ class Version {
                                       $this->sLicense, $this->iVersionId))
             return FALSE;
 
-            $sWhatChanged .= "License was changed from $oVersion->sLicense to".
+            $sWhatChanged .= "License was changed from $oVersion->sLicense to ".
                              "$this->sLicense.\n\n";
         }
 


More information about the wine-patches mailing list