Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38154
b: refs/heads/master
c: 9a3d0fe
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Oct 1, 2006
1 parent 4440b40 commit 191bfd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea837f1c050344c3f884531a195c6e339b1a54e8
refs/heads/master: 9a3d0fe84f9fe296a86ea9315092d31986bc7a3a
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/confdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ int conf_write(const char *name)
fclose(out);

if (*tmpname) {
strcat(dirname, name ? name : conf_get_configname());
strcat(dirname, basename);
strcat(dirname, ".old");
rename(newname, dirname);
if (rename(tmpname, newname))
Expand Down

0 comments on commit 191bfd0

Please sign in to comment.