File: 14-Web--fweave.web.patch

package info (click to toggle)
fweb 1.62-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,216 kB
  • sloc: ansic: 41,943; makefile: 344; sh: 152
file content (29 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 46aabc27363348954d7df3079d512f18bbce4954 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Fri, 18 Nov 2011 15:19:16 +0200
Subject: [PATCH] Web/fweave.web: Add WHILE default
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 Web/fweave.web |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Web/fweave.web b/Web/fweave.web
index 7e45ea4..71a5ef3 100644
--- a/Web/fweave.web
+++ b/Web/fweave.web
@@ -3250,6 +3250,8 @@ WHILE()
 
 		   case @'@@':
 			loc += 2;
+		   default:
+			loc++;
 			}
 	else 
 		loc++;
-- 
1.7.7.1