Tue, Jun 13 2006
16:26:58
|
|
Request created by guest
|
|
Subject: Error: extra characters after close-quote
Platform: GNU/Linux/x86_64
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: grass-6.1.cvs_src_snapshot_2006_06_10
Hi,
While defining new grass project location using "use georeferenced file" button,
I have come across following error message:
Error: extra characters after close-quote
Fixed by replacing \ with ] in file <grass_home>/etc/file_option.tcl
here is the diff of original file and fixed file I :
110c110
< DialogGen .wrnDlg [G_msg "WARNING: file not found"\
warning \
---
> DialogGen .wrnDlg [G_msg "WARNING: file not found"]
warning \
Keep up the good work,
Mahmut |
|
Wed, Jun 14 2006
18:51:03
|
|
Status changed to resolved by mbarton
|
|
Wed, Jun 14 2006
18:51:49
|
|
Mail sent by michael.barton@asu.edu
|
|
Return-Path |
<Michael.Barton@asu.edu>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
User-Agent |
Microsoft-Entourage/11.2.3.060209
|
Date |
Wed, 14 Jun 2006 09:51:35 -0700
|
Subject |
Re: [GRASS-dev] [bug #4597] (grass) Error: extra characters after close-quote
|
From |
Michael Barton <michael.barton@asu.edu>
|
To |
Paolo Cavallini via RT <grass-bugs@intevation.de>, <grass-dev@grass.itc.it>
|
Message-ID |
<C0B58CA7.22504%michael.barton@asu.edu>
|
Thread-Topic |
[GRASS-dev] [bug #4597] (grass) Error: extra characters after close-quote
|
Thread-Index |
AcaP0suyCnDGKvvGEdqNtQAUUSYxwg==
|
In-Reply-To |
<20060613142658.E2BFE1006A9@lists.intevation.de>
|
Mime-version |
1.0
|
Content-type |
text/plain; charset="US-ASCII"
|
Content-transfer-encoding |
7bit
|
X-Virus-Scanned |
by amavisd-new
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
Fixed in cvs this morning. Thanks for finding this.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
> From: Request Tracker <grass-bugs@intevation.de>
> Reply-To: Request Tracker <grass-bugs@intevation.de>
> Date: Tue, 13 Jun 2006 16:26:58 +0200 (CEST)
> To: <grass-dev@grass.itc.it>
> Subject: [GRASS-dev] [bug #4597] (grass) Error: extra characters after
> close-quote
>
> this bug's URL: http://intevation.de/rt/webrt?serial_num=4597
> -------------------------------------------------------------------------
>
> Subject: Error: extra characters after close-quote
>
> Platform: GNU/Linux/x86_64
> grass obtained from: Trento Italy site
> grass binary for platform: Compiled from Sources
> GRASS Version: grass-6.1.cvs_src_snapshot_2006_06_10
>
> Hi,
>
> While defining new grass project location using "use georeferenced file"
> button, I have come across following error message:
>
> Error: extra characters after close-quote
>
> Fixed by replacing \ with ] in file <grass_home>/etc/file_option.tcl
>
> here is the diff of original file and fixed file I :
>
> 110c110
> < DialogGen .wrnDlg [G_msg "WARNING: file not
> found"\ warning \
> ---
>> DialogGen .wrnDlg [G_msg "WARNING: file not
>> found"] warning \
>
> Keep up the good work,
>
> Mahmut
>
> -------------------------------------------- Managed by Request Tracker
>
>
|
|
Wed, Jun 14 2006
18:51:49
|
|
Status changed to open by _rt_system
|
|
Thu, Jun 15 2006
13:22:26
|
|
Status changed to resolved by msieczka
|
|