Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
591e6aa7
for
global.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 25, 2003, 2:07:04 AM (
18 years
ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
owl
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
aef17f2
Parents:
a8938c7
Message:
memory bug fix from previous check in
File:
1 edited
global.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
global.c
ra8938c7
r591e6aa7
481
481
len=0;
482
482
for (i=0; i<argc; i++) {
483
len+=strlen(argv[i]
+5)
;
483
len+=strlen(argv[i]
)+5
;
484
484
}
485
485
g->startupargs=malloc(len+5);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive