Introduction
Introduction Statistics Contact Development Disclaimer Help
tSurf now parses hex window ids properly from tabbed. - surf - customized build…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit e28d27249e4c24a8f9c131911536d99b5b6c4587
parent 635ed55fda3c19828058cf863a7fbb421391904f
Author: Christoph Lohmann <[email protected]>
Date: Mon, 16 Jul 2012 16:35:47 +0200
Surf now parses hex window ids properly from tabbed.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -857,7 +857,7 @@ main(int argc, char *argv[]) {
switch(argv[i][1]) {
case 'e':
if(++i < argc)
- embed = atoi(argv[i]);
+ embed = strtol(argv[i], NULL, 0);
else
usage();
break;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.