Am 19.11.2011 20:18, schrieb Vitaliy Margolen:
> On 11/19/2011 11:42 AM, André Hentschel wrote:
>> this catches more than one 0 after the space and possible 0s after the x
>> +if (/[[:space:]]0+x0*101$/) {
> For more then one you should use "+" not "*". "*" means any number, includi
On 11/19/2011 11:42 AM, André Hentschel wrote:
this catches more than one 0 after the space and possible 0s after the x
+if (/[[:space:]]0+x0*101$/) {
For more then one you should use "+" not "*". "*" means any number, including 0.
Vitaliy
On 11/14/2011 04:04 AM, Francois Gouget wrote:
On Fri, 11 Nov 2011, André Hentschel wrote:
seen some "broken" project files which still worked with msvc but not with
winemaker
---
tools/winemaker |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/winemaker
On Fri, 11 Nov 2011, André Hentschel wrote:
> seen some "broken" project files which still worked with msvc but not with
> winemaker
> ---
> tools/winemaker |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tools/winemaker b/tools/winemaker
> index 2ee79ea..92