|
From: <cre...@us...> - 2006-09-18 19:45:49
|
Revision: 1512
http://svn.sourceforge.net/frontierkernel/?rev=1512&view=rev
Author: creecode
Date: 2006-09-18 12:45:47 -0700 (Mon, 18 Sep 2006)
Log Message:
-----------
in langunpackwindowverb function extend filespec before checking if FSRef is valid
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/Common/source/langpack.c
Modified: Frontier/branches/FSRef_Migration/Common/source/langpack.c
===================================================================
--- Frontier/branches/FSRef_Migration/Common/source/langpack.c 2006-09-18 19:42:21 UTC (rev 1511)
+++ Frontier/branches/FSRef_Migration/Common/source/langpack.c 2006-09-18 19:45:47 UTC (rev 1512)
@@ -41,6 +41,7 @@
#include "langsystem7.h"
#include "tablestructure.h"
#include "byteorder.h" /* 2006-04-08 aradke: endianness conversion macros */
+#include "file.h" // 2006-09-15 creedon
#ifdef MACVERSION
@@ -823,7 +824,7 @@
boolean langunpackwindowverb (hdltreenode hparam1, tyvaluerecord *vreturned) {
//
- // 2006-07-11 creedon: FSRef-ized
+ // 2006-09-18 creedon: FSRef-ized
//
tyvaluerecord val;
@@ -855,6 +856,8 @@
#ifdef MACVERSION
+ ( void ) extendfilespec ( fs, fs );
+
if ( FSRefValid ( &( *fs ).fsref ) )
langexternalsetdirty ((hdlexternalhandle) val.data.externalvalue, false);
else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|