removed extra file

This commit is contained in:
Jaroslav Kysela 2013-05-21 12:06:04 +02:00
parent 5615260c27
commit bececc3e55

View File

@ -1,13 +0,0 @@
diff --git a/alsactl/lock.c b/alsactl/lock.c
index d34d013..fce208b 100644
--- a/alsactl/lock.c
+++ b/alsactl/lock.c
@@ -35,7 +35,7 @@ static int state_lock_(const char *file, int lock, int timeout)
int fd = -1, err = 0;
struct flock lck;
struct stat st;
- char lcktxt[11];
+ char lcktxt[12];
char *nfile;
if (!do_lock)