summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-04-06 16:23:04 +0000
committerJean-François Micouleau <jfm@samba.org>2000-04-06 16:23:04 +0000
commit154596cae5816f0f5a658a5985d1ecdbdafacf26 (patch)
tree1044e7fad8e804f3b6b85c438cc6068b45c10cbd /source3/printing/nt_printing.c
parentb61dc7f051b32034a10483f1fe315bee6d6a87e9 (diff)
downloadsamba-154596cae5816f0f5a658a5985d1ecdbdafacf26.tar.gz
samba-154596cae5816f0f5a658a5985d1ecdbdafacf26.tar.bz2
samba-154596cae5816f0f5a658a5985d1ecdbdafacf26.zip
filled the architecture table (useless for the moment).
fixed GetJob. J.F. (This used to be commit 3fea49e1d896987c54187cb326607284810fcb0d)
Diffstat (limited to 'source3/printing/nt_printing.c')
-rw-r--r--source3/printing/nt_printing.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index 180154218c..641ec4e3f6 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -278,12 +278,12 @@ void get_short_archi(char *short_archi, char *long_archi)
struct table archi_table[]=
{
- {"Windows 4.0", "" },
- {"Windows NT x86", "W32X86" },
- {"Windows NT R4000", "" },
- {"Windows NT Alpha_AXP", "" },
- {"Windows NT PowerPC", "" },
- {NULL, "" }
+ {"Windows 4.0", "WIN40" },
+ {"Windows NT x86", "W32X86" },
+ {"Windows NT R4000", "W32mips" },
+ {"Windows NT Alpha_AXP", "W32alpha" },
+ {"Windows NT PowerPC", "W32ppc" },
+ {NULL, "" }
};
int i=-1;