[gnome-code-assistance] [backends/c] Increase i after separate arg include path
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-code-assistance] [backends/c] Increase i after separate arg include path
- Date: Fri, 8 Nov 2013 12:03:45 +0000 (UTC)
commit c64e1c957cdde9c3828be8c684deefd4cddcda7e
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Fri Nov 8 13:02:10 2013 +0100
[backends/c] Increase i after separate arg include path
backends/c/makefileintegration.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/backends/c/makefileintegration.py b/backends/c/makefileintegration.py
index b41c1d3..77a581b 100644
--- a/backends/c/makefileintegration.py
+++ b/backends/c/makefileintegration.py
@@ -272,6 +272,7 @@ class MakefileIntegration:
ipath = flag[2:]
elif i < len(flags):
ipath = flags[i]
+ i += 1
else:
continue
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]