This commit is contained in:
mcafee%netscape.com 1999-03-05 04:40:14 +00:00
Родитель 4147924a67
Коммит fdf88ceddf
7 изменённых файлов: 6 добавлений и 1603 удалений

Просмотреть файл

@ -1346,7 +1346,7 @@ GlobalWindowImpl::Open(JSContext *cx,
}
nsAutoString mURL, mEmpty;
nsIURL* mDocURL;
nsIURL* mDocURL = 0;
nsIDocument* mDoc;
mURL.SetString(JS_GetStringChars(mJSStrURL));

Просмотреть файл

@ -1306,7 +1306,7 @@ int PREFIX(getAtts)(const ENCODING *enc, const char *ptr,
{
enum { other, inName, inValue } state = inName;
int nAtts = 0;
int open;
int open = 0;
for (ptr += MINBPC;; ptr += MINBPC) {
switch (BYTE_TYPE(enc, ptr)) {

Просмотреть файл

@ -246,7 +246,7 @@ char * nsFontMetricsGTK::PickAppropriateSize(char **names, XFontStruct *fonts, i
// XXX FIX ME
PRInt32 desiredpix = NSToIntRound(app2dev * desired);
XFontStruct *curfont;
PRInt32 closestmin = -1, minidx;
PRInt32 closestmin = -1, minidx = 0;
//first try an exact or closest smaller match...

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -691,7 +691,7 @@ il_emit_row(
IL_Pixmap *mask = ic->mask;
NI_PixmapHeader *src_header = ic->src_header;
NI_PixmapHeader *img_header = &image->header;
NI_PixmapHeader *mask_header;
NI_PixmapHeader *mask_header = 0;
NI_ColorSpace *src_color_space = src_header->color_space;
NI_ColorSpace *img_color_space = img_header->color_space;
uint8 XP_HUGE *out;

Просмотреть файл

@ -524,7 +524,7 @@ void free_stub_context(MWContext *window_id)
extern "C" MWContext * XP_FindContextOfType (MWContext * context,
MWContextType type)
{
MWContext *window_id;
MWContext *window_id = 0;
/*
* Return the context that was passed in if it is the correct type

Просмотреть файл

@ -1306,7 +1306,7 @@ int PREFIX(getAtts)(const ENCODING *enc, const char *ptr,
{
enum { other, inName, inValue } state = inName;
int nAtts = 0;
int open;
int open = 0;
for (ptr += MINBPC;; ptr += MINBPC) {
switch (BYTE_TYPE(enc, ptr)) {