/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to pcitool/sysinfo.c

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-12 04:45:35 UTC
  • Revision ID: csa@dside.dyndns.org-20111212044535-6no1q7g230i8uvlv
multithread preprocessing of ipecamera frames and code reorganization

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  
105
105
  if ((!fname)||(!fs)||(size < 3)) return -1;
106
106
  
107
 
  if (*fn == '/') {
 
107
  if (*fname == '/') {
108
108
    fn = (char*)fname;
109
109
  } else {
110
110
    if (!getcwd(buf, 4095)) return -1;