[dahdi-commits] tzafrir: tools/trunk r6337 -	/tools/trunk/xpp/hexfile.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Tue Apr  7 03:13:57 CDT 2009
    
    
  
Author: tzafrir
Date: Tue Apr  7 03:13:54 2009
New Revision: 6337
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6337
Log:
hexfile.c was accidentally left out of r6313
Modified:
    tools/trunk/xpp/hexfile.c
Modified: tools/trunk/xpp/hexfile.c
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/xpp/hexfile.c?view=diff&rev=6337&r1=6336&r2=6337
==============================================================================
--- tools/trunk/xpp/hexfile.c (original)
+++ tools/trunk/xpp/hexfile.c Tue Apr  7 03:13:54 2009
@@ -1,6 +1,6 @@
 /*
  * Written by Oron Peled <oron at actcom.co.il>
- * Copyright (C) 2006, Xorcom
+ * Copyright (C) 2006, 2007, 2008, Xorcom
  *
  * All rights reserved.
  *
@@ -426,6 +426,7 @@
 			report_func(LOG_ERR, "Failed to open hexfile '%s'\n", fname);
 		goto err;
 	}
+	snprintf(hexdata->fname, PATH_MAX, "%s", fname);
 	for(line = 1; fgets(buf, BUFSIZ, fp); line++) {
 		if(dos_eof) {
 			if(report_func)
    
    
More information about the dahdi-commits
mailing list