Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170887
b: refs/heads/master
c: 22077eb
h: refs/heads/master
i:
  170885: e222bd6
  170883: 1132c0a
  170879: 94c239b
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Oct 29, 2009
1 parent 70bc598 commit 71d2dd0
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: 6c91191668d32ea15e6950de4ee35b6c75cf4da8
refs/heads/master: 22077ebceb44f4097d4677e2a26bc1175143d647
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/gigaset/capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ static void do_connect_req(struct gigaset_capi_ctr *iif,
commands[AT_DIAL] = kmalloc(l+3, GFP_KERNEL);
if (!commands[AT_DIAL])
goto oom;
snprintf(commands[AT_DIAL], l+3, "D%*s\r", l, pp);
snprintf(commands[AT_DIAL], l+3, "D%.*s\r", l, pp);

/* encode parameter: Calling party number */
pp = cmsg->CallingPartyNumber;
Expand Down

0 comments on commit 71d2dd0

Please sign in to comment.