X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/189d03d210a5e46239b4ac2afc5c0b280ca6b1be..d1f44c84d990f57982854c6a4716c0f233f45bca:/SL/Inifile.pm diff --git a/SL/Inifile.pm b/SL/Inifile.pm index 91af9fc79..30afc66c1 100644 --- a/SL/Inifile.pm +++ b/SL/Inifile.pm @@ -25,7 +25,8 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1335, USA. #===================================================================== # # routines to retrieve / manipulate win ini style files @@ -60,7 +61,7 @@ sub new { s/\s*#.*$//; s/^\s*//; } else { - next if m/#/; + next if m/^\s*#/; } next unless $_;