Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-02-10 00:11:56 +0000
committereutarass2009-02-10 00:11:56 +0000
commit283ff6e0e6004c4dd4aa3f4cccea27bc7ceb8745 (patch)
treec3328c08223dce93f7c794c5148acb4b2646efe5 /linenumbers_win32.c
parent9ae587c0fe6d2e8fb32931e0d4d4865ded153238 (diff)
downloadorg.eclipse.tcf.agent-283ff6e0e6004c4dd4aa3f4cccea27bc7ceb8745.tar.gz
org.eclipse.tcf.agent-283ff6e0e6004c4dd4aa3f4cccea27bc7ceb8745.tar.xz
org.eclipse.tcf.agent-283ff6e0e6004c4dd4aa3f4cccea27bc7ceb8745.zip
Fixed Bug 259878: [tcf]mdep.c implements pthread for __GNUC_ but the mdep.h includes #include <pthread.h>
Fixed: TCF diagnostics tests cannot run if debug info is not present in agent exe file
Diffstat (limited to 'linenumbers_win32.c')
-rw-r--r--linenumbers_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linenumbers_win32.c b/linenumbers_win32.c
index eaded4a8..133bd1f8 100644
--- a/linenumbers_win32.c
+++ b/linenumbers_win32.c
@@ -152,7 +152,7 @@ static void command_map_to_source(char * token, Channel * c) {
}
}
else {
- err = set_win32_errno(w);
+ not_found = 1;
}
}
else {

Back to the top