Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 109682 Details for
Bug 243431
IAC cannot start on Linux all-in-one
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Update config dir path.
243431 patch 2.txt (text/plain), 1.07 KB, created by
Bing Xu
on 2008-08-11 12:56:33 EDT
(
hide
)
Description:
Update config dir path.
Filename:
MIME Type:
Creator:
Bing Xu
Created:
2008-08-11 12:56:33 EDT
Size:
1.07 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native-new/src/agentController/AgentController.c >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/agentController/AgentController.c,v >retrieving revision 1.41 >diff -u -r1.41 AgentController.c >--- src-native-new/src/agentController/AgentController.c 8 Aug 2008 16:17:20 -0000 1.41 >+++ src-native-new/src/agentController/AgentController.c 11 Aug 2008 16:55:50 -0000 >@@ -82,7 +82,7 @@ > ConnectionManager_t connectionManager; > ConfigurationManager_t configurationManager; > LoggingService_t loggingService; >-char *iacConfigDirPath; >+char *iacConfigDirPath = NULL; > > /* Help for termination */ > #ifdef _WIN32 >@@ -413,7 +413,7 @@ > }else{ > iacConfigDirPath = (char*)tptp_malloc(sizeof(char) * 2048); > >- sprintf(iacConfigDirPath, "%s", argv[i+1]); >+ sprintf(iacConfigDirPath, "%s", temConfigDir); > fclose(serviceConfigFile); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243431
:
109456
|
109535
| 109682 |
109688