FreeBSD Bugzilla – Attachment 6268 Details for
Bug 14379
New port: graphics/xmrm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ac
patch-ac (text/plain; charset=us-ascii), 1.79 KB, created by
Tobias Reifenberger
on 1999-11-29 21:02:51 UTC
(
hide
)
Description:
patch-ac
Filename:
MIME Type:
Creator:
Tobias Reifenberger
Created:
1999-11-29 21:02:51 UTC
Size:
1.79 KB
patch
obsolete
>--- ../xmrm.orig/io.h Tue Mar 10 00:00:00 1998 >+++ io.h Sat Nov 27 00:33:23 1999 >@@ -39,7 +39,7 @@ > char *URL_CG_Home; > char *URL_TU_Vienna; > >- ControlClass(); >+ void ControlClassInit(); > int GetDraw(); > void SetDraw(int d); > void SetCursor(int Active, Window win); >--- ../xmrm.orig/io.cc Tue Mar 10 00:00:00 1998 >+++ io.cc Sat Nov 27 00:55:37 1999 >@@ -87,7 +87,7 @@ > extern ControlClass control; > > /* Constructor: */ >-ControlClass::ControlClass() >+void ControlClass::ControlClassInit() > { > int i; > >@@ -1720,7 +1720,7 @@ > // extension--; > > i=0; >- number = ".000."; >+ strcpy(number , ".000."); > while ( !(extension = strstr(extension,number)) && i<=999 ) > { > i++; >--- ../xmrm.orig/xmrm_main.cc Tue Mar 10 00:00:00 1998 >+++ xmrm_main.cc Sat Nov 27 00:31:24 1999 >@@ -6,7 +6,6 @@ > #include <tiffio.h> > #include <stdlib.h> > #include <unistd.h> >-#include <malloc.h> //**************** > #include "xmrm.h" > #include "io.h" > #include "const.h" >@@ -308,7 +307,7 @@ > control.debug = 0; > > /* Init control: */ >- control.ControlClass(); // call constructor >+ control.ControlClassInit(); // call constructor > temp = control.URL_manual; > > while( (c=getopt(argc, argv, "hdm:p:")) != -1) >--- ../xmrm.orig/xmrm_mpeg_main.cc Tue Mar 10 00:00:00 1998 >+++ xmrm_mpeg_main.cc Sat Nov 27 00:54:15 1999 >@@ -68,7 +68,7 @@ > { > int count = 0; > >- backup_class->number_str = ".000."; >+ strcpy(backup_class->number_str , ".000."); > > while ( !(*ext = strstr(fname_only,backup_class->number_str)) && (count <= MAX_PIC_NUM) ) > { >@@ -417,7 +417,7 @@ > // Check for even picture size > if ( (tif_w % 2) || (tif_h % 2) ) > { >- work_class->even = ".even"; >+ strcpy(work_class->even , ".even"); > if ( Even_Size( tif, tif_w, tif_h) ) > return 1; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14379
: 6268 |
6269